104. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2022-09-08 08:49:14 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

104.1 Files compared

#LocationFileLast Modified
1/Volumes/Data 1/Ampps/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module_heading.less2021-02-06 09:02:24 +0000
2Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Theme/web/css/source/module_heading.less2021-02-06 09:02:24 +0000

104.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1236
Changed00
Inserted00
Removed00

104.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

104.4 Active regular expressions

No regular expressions were active.

104.5 Comparison detail

1 & when (@media-common = true) { 1 & when (@media-common = true) {
2 .heading{ 2 .heading{
3   &.heading-border { 3   &.heading-border {
4     margin-bottom: 1.5625rem; 4     margin-bottom: 1.5625rem;
5     h1,h2,h3,h4,h5,h6 { 5     h1,h2,h3,h4,h5,h6 {
6       padding: 0; 6       padding: 0;
7       margin: 0; 7       margin: 0;
8     } 8     }
9   } 9   }
10   &.heading-middle-border { 10   &.heading-middle-border {
11     .heading-tag { 11     .heading-tag {
12       position: relative; 12       position: relative;
13       display: -ms-flexbox; 13       display: -ms-flexbox;
14       display: flex; 14       display: flex;
15       -ms-flex-align: center; 15       -ms-flex-align: center;
16       align-items: center; 16       align-items: center;
17       &:before,&:after { 17       &:before,&:after {
18         height: 0; 18         height: 0;
19         border-top: 1px solid; 19         border-top: 1px solid;
20         border-top-color: inherit; 20         border-top-color: inherit;
21         -ms-flex: 1; 21         -ms-flex: 1;
22         flex: 1; 22         flex: 1;
23       } 23       }
24       &:after { 24       &:after {
25         content: ''; 25         content: '';
26       } 26       }
27     } 27     }
28     h1 { 28     h1 {
29       &:before { 29       &:before {
30         margin-right: 20px 30         margin-right: 20px
31       } 31       }
32       &:after { 32       &:after {
33         margin-left: 20px 33         margin-left: 20px
34       } 34       }
35     } 35     }
36     h2,h3 { 36     h2,h3 {
37       &:before { 37       &:before {
38         margin-right: 15px 38         margin-right: 15px
39       } 39       }
40       &:after { 40       &:after {
41         margin-left: 15px 41         margin-left: 15px
42       } 42       }
43     } 43     }
44     h4,h5,h6 { 44     h4,h5,h6 {
45       &:before { 45       &:before {
46         margin-right: 8px 46         margin-right: 8px
47       } 47       }
48       &:after { 48       &:after {
49         margin-left: 8px 49         margin-left: 8px
50       } 50       }
51     } 51     }
52   } 52   }
53   &.heading-middle-border-reverse { 53   &.heading-middle-border-reverse {
54     .heading-tag { 54     .heading-tag {
55       &:before { 55       &:before {
56         content: ''; 56         content: '';
57       } 57       }
58       &:after { 58       &:after {
59         content: none; 59         content: none;
60       } 60       }
61     } 61     }
62   } 62   }
63   &.heading-middle-border-center .heading-tag:before { 63   &.heading-middle-border-center .heading-tag:before {
64     content: '' 64     content: ''
65   } 65   }
66   &.heading-border-xs .heading-tag { 66   &.heading-border-xs .heading-tag {
67     border-bottom-width: 1px; 67     border-bottom-width: 1px;
68     &:before,&:after { 68     &:before,&:after {
69       border-top-width: 1px 69       border-top-width: 1px
70     } 70     }
71   } 71   }
72   &.heading-border-sm .heading-tag { 72   &.heading-border-sm .heading-tag {
73     border-bottom-width: 2px; 73     border-bottom-width: 2px;
74     &:before,&:after { 74     &:before,&:after {
75       border-top-width: 2px 75       border-top-width: 2px
76     } 76     }
77   } 77   }
78   &.heading-border-lg .heading-tag { 78   &.heading-border-lg .heading-tag {
79     border-bottom-width: 3px; 79     border-bottom-width: 3px;
80     &:before,&:after { 80     &:before,&:after {
81       border-top-width: 3px 81       border-top-width: 3px
82     } 82     }
83   } 83   }
84   &.heading-border-xl .heading-tag { 84   &.heading-border-xl .heading-tag {
85     border-bottom-width: 5px; 85     border-bottom-width: 5px;
86     &:before,&:after { 86     &:before,&:after {
87       border-top-width: 5px 87       border-top-width: 5px
88     } 88     }
89   } 89   }
90   &.heading-bottom-border { 90   &.heading-bottom-border {
91     h1 { 91     h1 {
92       border-bottom: 5px solid; 92       border-bottom: 5px solid;
93       padding-bottom: 10px; 93       padding-bottom: 10px;
94     } 94     }
95     h2, h3 { 95     h2, h3 {
96       border-bottom: 2px solid; 96       border-bottom: 2px solid;
97       padding-bottom: 10px; 97       padding-bottom: 10px;
98     } 98     }
99     h4, h5, h6 { 99     h4, h5, h6 {
100       border-bottom: 1px solid; 100       border-bottom: 1px solid;
101       padding-bottom: 5px; 101       padding-bottom: 5px;
102     } 102     }
103   } 103   }
104   &.heading-bottom-double-border { 104   &.heading-bottom-double-border {
105     .heading-tag { 105     .heading-tag {
106       border-bottom: 3px double; 106       border-bottom: 3px double;
107       padding-bottom: 10px; 107       padding-bottom: 10px;
108     } 108     }
109     h4, h5, h6 { 109     h4, h5, h6 {
110       padding-bottom: 5px; 110       padding-bottom: 5px;
111     } 111     }
112   } 112   }
113   &.heading-border .heading-tag { 113   &.heading-border .heading-tag {
114     border-top-color: #dbdbdb; 114     border-top-color: #dbdbdb;
115     border-bottom-color: #dbdbdb 115     border-bottom-color: #dbdbdb
116   } 116   }
117 } 117 }
118 } 118 }